home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / IMGLIB95 / USCROLL.DF_ / USCROLL.DF / USCROLL.txt
Text File  |  1996-03-31  |  3KB  |  160 lines

  1. object ScrollForm1: TScrollForm1
  2.   Left = 43
  3.   Top = 92
  4.   Width = 527
  5.   Height = 363
  6.   Caption = 'Scrolling Message In a TPMultiImage Example'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   TextHeight = 14
  16.   object BitBtn1: TBitBtn
  17.     Left = 8
  18.     Top = 72
  19.     Width = 129
  20.     Height = 33
  21.     Caption = 'Load mesage'
  22.     TabOrder = 0
  23.     OnClick = BitBtn1Click
  24.     Style = bsNew
  25.   end
  26.   object BitBtn2: TBitBtn
  27.     Left = 8
  28.     Top = 257
  29.     Width = 129
  30.     Height = 33
  31.     Caption = 'Create New Message'
  32.     TabOrder = 1
  33.     OnClick = BitBtn2Click
  34.     Style = bsNew
  35.   end
  36.   object BitBtn3: TBitBtn
  37.     Left = 8
  38.     Top = 116
  39.     Width = 129
  40.     Height = 33
  41.     Caption = '^ On the Fly ^'
  42.     TabOrder = 2
  43.     OnClick = BitBtn3Click
  44.     Style = bsNew
  45.   end
  46.   object MultiImage1: TPMultiImage
  47.     Left = 5
  48.     Top = 8
  49.     Width = 508
  50.     Height = 49
  51.     Color = clBtnFace
  52.     ImageName = 'file not found'
  53.     ImageDither = True
  54.     ImageReadRes = lColor256
  55.     ImageWriteRes = sColor256
  56.     JPegSaveQuality = 25
  57.     JPegSaveSmooth = 0
  58.     Stretch = True
  59.     TextLeft = 0
  60.     TextTop = 0
  61.     TextRotate = 0
  62.     TabOrder = 3
  63.     TabStop = False
  64.   end
  65.   object BitBtn5: TBitBtn
  66.     Left = 8
  67.     Top = 298
  68.     Width = 129
  69.     Height = 35
  70.     Caption = '^ Dispose ^'
  71.     TabOrder = 4
  72.     OnClick = BitBtn5Click
  73.     Style = bsNew
  74.   end
  75.   object MultiImage2: TPMultiImage
  76.     Left = 152
  77.     Top = 297
  78.     Width = 361
  79.     Height = 26
  80.     Center = True
  81.     Color = clBtnFace
  82.     ImageName = 'file not found'
  83.     ImageDither = True
  84.     ImageReadRes = lColor256
  85.     ImageWriteRes = sColor256
  86.     JPegSaveQuality = 25
  87.     JPegSaveSmooth = 0
  88.     TextLeft = 0
  89.     TextTop = 0
  90.     TextRotate = 0
  91.     TabOrder = 5
  92.     TabStop = False
  93.   end
  94.   object BitBtn6: TBitBtn
  95.     Left = 8
  96.     Top = 163
  97.     Width = 129
  98.     Height = 35
  99.     Caption = 'Load Image >>>'
  100.     TabOrder = 6
  101.     OnClick = BitBtn6Click
  102.     Layout = blGlyphRight
  103.     Style = bsNew
  104.   end
  105.   object MultiImage3: TPMultiImage
  106.     Left = 176
  107.     Top = 72
  108.     Width = 321
  109.     Height = 209
  110.     Center = True
  111.     Color = clBtnFace
  112.     ImageName = 'file not found'
  113.     ImageDither = True
  114.     ImageReadRes = lColor256
  115.     ImageWriteRes = sColor256
  116.     JPegSaveQuality = 25
  117.     JPegSaveSmooth = 0
  118.     Stretch = True
  119.     TextLeft = 0
  120.     TextTop = 0
  121.     TextRotate = 0
  122.     TabOrder = 7
  123.     TabStop = False
  124.   end
  125.   object ScrollBar1: TScrollBar
  126.     Left = 153
  127.     Top = 324
  128.     Width = 360
  129.     Height = 11
  130.     Max = 10
  131.     Position = 5
  132.     TabOrder = 8
  133.     OnChange = ScrollBar1Change
  134.   end
  135.   object BitBtn7: TBitBtn
  136.     Left = 8
  137.     Top = 213
  138.     Width = 129
  139.     Height = 33
  140.     Caption = 'Credits  >>>'
  141.     TabOrder = 9
  142.     OnClick = BitBtn7Click
  143.     Style = bsNew
  144.   end
  145.   object SaveDialog1: TSaveDialog
  146.     DefaultExt = 'scm'
  147.     Filter = '*.scm|*.scm'
  148.     Options = [ofOverwritePrompt]
  149.     Left = 376
  150.     Top = 8
  151.   end
  152.   object OpenDialog1: TOpenDialog
  153.     Filter = 
  154.       'scroll message|*.scm|gif|*.gif|jpg|*.jpg|bmp|*.bmp|ico|*.ico|pcx' +
  155.       '|*.pcx|png|*.png|wmf|*.wmf|credit message|*.cms'
  156.     Left = 352
  157.     Top = 8
  158.   end
  159. end
  160.